home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_285_85
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
331 b
|
8 lines
onClipEvent(load){
sfield = 200;
this._x = Math.round(Math.random() * (750 + sfield - (-50 - sfield)) + (-50 - sfield));
this._y = _root.depth._y + Math.round(Math.random() * (550 + sfield - 0) + 0);
this.gotoAndStop(Math.round(Math.random() * 9) + 1);
this.gotoAndStop(Math.round(Math.random() * 10 + 1));
}